home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / xwindows / games / xtrek_bi.tz / xtrek_bi / xtrek / config / rom.b < prev    next >
Text File  |  1989-12-01  |  278b  |  10 lines

  1. #define ship_width    16
  2. #define ship_height    16
  3.  
  4. static char ship_bits[] = {
  5.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0x43, 0xe2, 0x47, 0xf2, 0x4f, 0xfa,
  6.  0x5f, 0xfa, 0x5f,
  7.    0xfe, 0x7f, 0xfe, 0x7f, 0x0e, 0x70, 0x02, 0x40, 0x02, 0x40, 0x00, 0x00, 0x00,
  8.  0x00, 0x00, 0x00
  9.   };
  10.